3 subject="""comment 2"""
4 date="2020-07-02T18:36:55Z"
6 There's a simple workaround, in fact. Make a git commit, any git commit.
7 An empty commit will do:
9 git commit --allow-empty -m "git-annex is a little bit buggy"
11 git annex sync will be able to handle that commit, because it's not a
14 It looks to me like this bug does not happen when `git annex merge` or `git
15 annex sync --content` are used. There needs to have been a manual
18 In the test suite, it happens after a merge conflict occurs, and
19 git add is run to resolve the conflict. When git-annex sync
20 is then run, it results in the problem merge commit.
22 Do you have another way to reproduce this bug?